Posts

Post not yet marked as solved
3 Replies
We are also troubled by this problem. Our large resource files are copied every time, even if it's unchanged. This seems to be an issue starting with Xcode 11 or Xcode 12. Before that, unchanged files are only copied once. This dramatically slows our development cycle. Have you found a way to resolve this?
Post not yet marked as solved
1 Replies
We also have this problem. But settings the Strip Debug Symbols During Copy and Strip Linked Product to No fixed the problem for us. Note that we need to set Strip Debug Symbols During Copy and Strip Linked Product to No on all the static libraries, not on the app itself.